projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dd6bb
)
* configure.ac: Fix native-comp FreeBSD build.
author
Andrea Corallo
<akrl@sdf.org>
Wed, 14 Apr 2021 18:00:04 +0000
(20:00 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 14 Apr 2021 18:03:17 +0000
(20:03 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a47871fbd89d867fe7b4b708d618371d651745d2..0e91a49488c60699519132f7aa0d092180b1e290 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3826,7
+3826,7
@@
if test "${with_native_compilation}" != "no"; then
# mingw32 loads the library dynamically.
mingw32) ;;
# OpenBSD doesn't have libdl, all the functions are in libc
- openbsd)
+
freebsd|
openbsd)
LIBGCCJIT_LIB="-lgccjit" ;;
*)
LIBGCCJIT_LIB="-lgccjit -ldl" ;;